Key Press Constants
ThetelTermKeyMsg
message (page 5-10) and thetelTermKeyImmMsg
message (page 5-12) return either of the following constants to indicate which type of key was pressed:
enum { telKeyPadPress = 1, telFeatureKeyPress = 2 };Constant descriptions
If a feature key was pressed, the message returns one of the following constants to indicate which key:
telKeyPadPress
- A key on the 12-digit keypad was pressed.
telFeatureKeyPress
- A feature key was pressed.
enum { telHangupKey = 1, telHoldKey = 2, telConferenceKey = 3, telTransferKey = 4, telForwardKey = 5, telCallbackKey = 6, telDNDKey = 7, telCallPickupKey = 8, telCallParkKey = 9, telCallDeflectKey = 10, telVoiceMailAccessKey = 11, telCallRejectKey = 12, telOtherKey = 16 };Constant descriptions
telHangupKey
- The drop (or release) key was pressed.
telHoldKey
- The hold key was pressed.
telConferenceKey
- The conference key was pressed.
telTransferKey
- The transfer key was pressed.
telForwardKey
- The forward key was pressed.
telCallbackKey
- The callback key was pressed.
telDNDKey
- The do not disturb key was pressed.
telCallPickupKey
- The call pickup key was pressed.
telCallParkKey
- The call park key was pressed.
telCallDeflectKey
- The call deflect key was pressed.
telVoiceMailAccessKey
- The voice mail access key was pressed.
telCallRejectKey
- The call reject key was pressed.
telOtherKey
- Some other key was pressed.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help